home *** CD-ROM | disk | FTP | other *** search
Wrap
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML dir=ltr> <HEAD> <head><title>Upload file - Easy File sharing web server</title> <script language="JavaScript"> function input(ok) { var M1=ok.upload_author.value; if (M1=="") { alert("Author is empty!"); return false; } M1=ok.upload_title.value; if (M1=="") { //alert("File Description is empty!"); return true; } if (ok.UploadedFile.value=="") { alert("File is empty!"); return false; } return true; } </script> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <link rel="stylesheet" href="/efs.css" type="text/css"> <script language="javascript" type="text/javascript"> <!-- function ReadCookie(dcname) {var dcexist = dcname + "="; var Dc0 = "Unregistered";if (document.cookie.length > 0) {offset = document.cookie.indexOf(dcexist);if (offset != -1) {offset += dcexist.length; end = document.cookie.indexOf(";", offset);if (end == -1) { end = document.cookie.length; } return unescape(document.cookie.substring(offset,end));} else { return Dc0; } } else { return Dc0; }}; // --> </script> <META content="MSHTML 6.00.2800.1106" name=GENERATOR></HEAD> <BODY text=#000000 vLink=#587ea5 link=#587ea5 bgColor=#b8d0dc><A name=top></A> <TABLE cellSpacing=0 cellPadding=10 width="100%" align=center border=0> <TBODY> <TR> <TD class=bodyline> <TABLE cellSpacing=0 cellPadding=2 border=0> <TBODY> <TR> <TD vAlign=top noWrap align=middle><SPAN class=mainmenu> <IMG height=13 alt="Forums list" hspace=3 src="/forum.gif" width=12 border=0><A class=mainmenu href="/forum.ghp">Forums</A> <IMG height=13 alt="Virtual Folders list" hspace=3 src="/vfolder.gif" width=12 border=0><A class=mainmenu href="/vfolder.ghp">Virtual Folders </A> <IMG height=13 alt="Users setting" hspace=3 src="/user.gif" width=12 border=0><A class=mainmenu href="/users.htm">User Setting</A> <IMG height=13 alt="Log out" hspace=3 src="/logout.gif" width=12 border=0><A class=mainmenu href="/login.htm">Log out </A></SPAN> </TD> </TR> </TBODY> </TABLE> <BR><BR> <a href="uploadmulti.ghp?vfolder=%vfolder"><div align="center" class="cattitle">Upload multiple files>></div></a> <BR><BR> <TABLE cellSpacing=2 cellPadding=2 width="100%" border=0> <TBODY> <TR> <TD align=left vAlign=bottom noWrap class="maintitle"><div align="center" class="cattitle">Upload a file </div></TD> </TR> </TBODY> </TABLE> <BR> <form action="%vfolder" onSubmit="return input(this)" enctype="multipart/form-data" method="post"> <center> <a name="reply"></a> <table width="479" cellpadding="6" class="forumline"> <tr > <td height="419" class=row1> <center> <table border="0" width="260"> <tr> <td align="right" width="110"><span class=gen>Username:</span></td> <td width="203"> <script language="JavaScript"> <!-- document.write('<input type="text" size="20" name="upload_author" Value="'+ReadCookie("UserID")+'">'); // --> </script> </td> </tr> <tr> <td align="right" width="110"><span class=gen>Password:</span></td> <td width="203"> <script language="JavaScript"> <!-- document.write('<input type="password" size="20" name="upload_passwd" Value="'+ReadCookie("PassWD")+'">'); // --></script> </td> </tr> </table> <table border="0" width="437" cellpadding="0"> <tr> <td colspan="2" height="63"> <span class=bgen>Description:</span> <br> <input name="upload_title" type="text" id="upload_title" size="50"> </td> </tr> <tr> <td colspan="2"><span class=bgen>File:</span> <br> <input name="UploadedFile" type="file" id="UploadedFile" size="50"> <br> </td> </tr> <tr> <td height="40" colspan="2"><input name="emailalert" type="checkbox" id="emailalert" value=""><span class=gen>send an email alert to all the authorized users</span></td> </tr> <tr> <td height="40" colspan="2"><font color="#FFFFFF" size="2" face="Arial, Helvetica, sans-serif"> <input name="Upload" type="submit" class=button value="Upload"> </font> </td> </tr> </table> </center></td> </tr> </table> </center> </form> <DIV align=center><SPAN class=copyright><BR> Powered by <A class=copyright href="http://www.sharing-file.com/" >Easy File Sharing Web Server </A> <BR> Copyright © 2004 EFS Software Inc<BR> </SPAN></DIV> </TD></TR></TBODY></TABLE></BODY></HTML>